runtime.srcFunc.name (method)
8 uses
	runtime (current package)
		preempt.go#L419: 	name := u.srcFunc(uf).name()
		symtab.go#L162: 			Function:  funcNameForPrint(sf.name()),
		symtab.go#L231: 	return sf.name()
		symtab.go#L750: 		name:      sf.name(),
		symtab.go#L925: func (s srcFunc) name() string {
		traceback.go#L984: 			name := sf.name()
		traceback.go#L1073: 	printFuncName(u.srcFunc(uf).name())
		traceback.go#L1134: 	name := sf.name()
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |